func go/types.hasNil

7 uses

	go/types (current package)
		expr.go#L432: 			if !hasNil(target) {
		expr.go#L524: 			if !hasNil(typ) {
		expr.go#L907: 			return hasNil(y.typ)
		expr.go#L910: 			return hasNil(x.typ)
		predicates.go#L211: func hasNil(t Type) bool {
		predicates.go#L219: 			return u != nil && hasNil(u)
		stmt.go#L639: 			if x.mode != invalid && !Comparable(x.typ) && !hasNil(x.typ) {